home *** CD-ROM | disk | FTP | other *** search
/ Atari Forever 4 / Atari Forever 4 / Atari Forever 4.iso / SERIE_AI / AI_017 / INTERNET.TOS / SOFTWARE / TUWTCPSR / TUWTCP.PRJ < prev    next >
Encoding:
Text File  |  1995-05-03  |  331 b   |  22 lines

  1. TUWTCP.prg         ; name of executable program is topmost window
  2. =                  ; list of modules follows...
  3. TUWSTART.S          ; startup code
  4. tuwtcp.c
  5. ip.c
  6. arp.c
  7. icmp.c
  8. tcp.c
  9. udp.c
  10. queue.c
  11. queueasm.s
  12. netdb.c
  13. cookie.c
  14. pktdrv.c
  15. timer.c
  16. mbuf.c
  17. gemhook.s
  18. PCSTDLIB.LIB
  19. PCEXTLIB.LIB
  20. PCTOSLIB.LIB
  21. PCGEMLIB.LIB
  22.